home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 2 / Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso / Pearls / psion / AmigaNCP010b / QuickInstall < prev    next >
Text File  |  1987-01-03  |  1KB  |  47 lines

  1. FailAt 25
  2.  
  3. ; $VER: QuickAmigaNCP 1.0 (19.12.94)
  4. ;
  5. ; Starter for AmigaNCP
  6. ;
  7. ; (C) 1994 by Markus Illenseer
  8. ;
  9. ; You may use it for any purpose,
  10. ; but this Copyright notice must be included and left intact
  11.  
  12.  
  13. Version >NIL: exec.library 37
  14. If Warn
  15.   Echo "-------------------------------------------------"
  16.   Echo "No OS 2.04!"
  17.   Echo "You need at least AmigaOS Version 2.04!"
  18.   Echo "-------------------------------------------------"
  19.   Echo "Kein 2.04!"
  20.   Echo "Sie brauchen mindestens Version 2.04 des AmigaOS!"
  21.   Echo "-------------------------------------------------"
  22.   EndCLI
  23. EndIf
  24.  
  25. If EXISTS Libs/amigancp.library
  26.  Assign Add Libs: Libs
  27. EndIf
  28.  
  29. If NOT EXISTS ENV:NCP.config
  30.  SetEnv NCP.config "DEVICE=serial.device UNIT=0 BAUD=19200"
  31. EndIf
  32.  
  33. Run >NIL: "AmigaNCP-FileServer"
  34.  
  35. Echo "Installed AmigaNCP for Psion Series 3a"
  36. Echo "--------------------------------------"
  37. Echo "Don't forget to register this software!"
  38. Echo "--------------------------------------"
  39. Echo " "
  40. Echo "Now start 'AmigaNCP-FileSytem' to access to Files from"
  41. Echo "your Psion on your Amiga!"
  42. Echo ""
  43. Echo "Of course you must start 'Connect Machines' on your Psion S3a as well."
  44. Echo " "
  45. Echo "Close this window by pressing the close button."
  46. Echo " "
  47.